翻訳と辞書
Words near each other
・ printed circuit board
・ printer
・ printer access protocol
・ printer port
・ printf
・ printing discussion
・ priority inheritance
・ priority interrupt
・ priority inversion
・ priority queue
priority scheduling
・ prism
・ prisoner of bill
・ privacy
・ privacy enhanced mail
・ private automatic branch exchange
・ private branch exchange
・ private key
・ private manual branch exchange
・ private-key cryptography


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

priority scheduling : FOLDOC
priority scheduling
{Processes scheduling} in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin.
Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes' behaviour while in the system. For example, the scheduler may favour I/O-intensive tasks so that expensive requests can be issued as early as possible.
A danger of priority scheduling is {starvation}, in which processes with lower priorities are not given the opportunity to run. In order to avoid starvation, in preemptive scheduling, the priority of a process is gradually reduced while it is running. Eventually, the priority of the running process will no longer be the highest, and the next process will start running. This method is called {aging}.



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.